home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / doc / loadabs.c < prev    next >
Text File  |  1994-02-13  |  706b  |  23 lines

  1.  
  2. loadabs/loadabs                           loadabs/loadabs
  3.  
  4.                   LOADABS.DOC
  5.  
  6.               GENERATING ROMABLE FIRMWARE
  7.              LOADING AN EXECUTABLE ABSOLUTE
  8.  
  9.     LoadAbs exefile -o outfile    -A addr
  10.  
  11.     exefile     - executable to do the absolute relocation on
  12.     outfile     - resulting image file
  13.     addr        - 0xHEX absolute relocation address
  14.  
  15.     LoadAbs takes a standard Amiga executable and generates an image file
  16.     relocated to the absolute location specified.  The image file is layed
  17.     out in the same order as the hunks appear in the amiga executable.    BSS
  18.     hunks will generate 0's in the image file.
  19.  
  20.     This program will do 32 bit relocations only.  Generally you only use
  21.     LoadAbs with -mD -mC compiled programs.
  22.  
  23.